home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / mta_ve55.zip / MTA.CTL < prev    next >
Text File  |  1991-09-01  |  12KB  |  271 lines

  1. %═══════════════════════════════════════════════════════════════════════
  2. % WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARN %
  3. %                                                                      %
  4. % When you use this example as a template, then please REMOVE ALL the  %
  5. % **NEWxxxx** and **CHAxxxx** comments from all statements before you  %
  6. % use them !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  %
  7. %═══════════════════════════════════════════════════════════════════════
  8. % This is an example with ALL control statements that can be used in the
  9. % MTA.CTL (alike) file. This is a normal ASCII file. Rules for coding
  10. % are:
  11. % - Case is not important
  12. % - A line without '%' or ';' in the first position is considered a
  13. %   control statement;
  14. % - Not the starting position of the control-statement is important
  15. %   but the order of sub-parameters is, so you can start a statement
  16. %   anywhere on the line (with starting 'white-spaces');
  17. % - Lines with a '%' or ';' character in position 1 are comment
  18. %   statements.
  19. %═══════════════════════════════════════════════════════════════════════
  20. % New options contain '*NEWvvvv*' at the end of the line, changed
  21. % options contain '*DIFvvvv*' at the end of the line ! 'vvvv' is the
  22. % MTA version that introduced the command or the change. The items
  23. % with >>> are changed in THIS release.
  24. %═══════════════════════════════════════════════════════════════════════
  25. %
  26. %───────────────────────────────────────────────────────────────────────
  27. % Registration comes here. Don;t fool around with the RegistrationKey
  28. % option. Non registered users can use key 0 or must comment out these
  29. % options.
  30. %───────────────────────────────────────────────────────────────────────
  31. % RegistrationName [Unregistered Evaluation Copy]
  32. %
  33. %───────────────────────────────────────────────────────────────────────
  34. % MTA can search for archivers itself, but it is faster to supply them
  35. % in several MTA.CTL options. This will make MTA faster at startup !
  36. % If the 3th parameter is a 'Y', MTA will use this archiver for the
  37. % optimalisation (/OOA).
  38. %───────────────────────────────────────────────────────────────────────
  39. ARCPath                      C:\SYS\ARC\ARC.EXE       Y
  40. UNARCPath                    C:\SYS\ARC\XARC.EXE      N SWAP **NEW1455**
  41. PAKPath                      C:\SYS\ARC\PAK.EXE       Y
  42. DWCPath                      C:\SYS\ARC\DWC.EXE       Y
  43. LZHPath                      C:\SYS\ARC\LHARC.EXE     Y
  44. LZSPath                      C:\SYS\ARC\LARC.EXE      Y
  45. ZOOPath                      C:\SYS\ARC\ZOO.EXE       Y
  46. PKZIPPath                    C:\SYS\ARC\PKZIP.EXE     Y
  47. PKUNZIPPath                  C:\SYS\ARC\PKUNZIP.EXE   N
  48. PKUNPAKPath                  C:\SYS\ARC\PKUNPAK.EXE   N
  49. MDPath                       C:\SYS\ARC\MDCD.EXE      Y
  50. ARJPath                      C:\SYS\ARC\ARJ.EXE       Y  SWAP
  51. HYPERPath                    C:\SYS\ARC\HYPER.EXE     Y
  52. PKLITEPath                   C:\SYS\ARC\PKLITE.EXE    Y
  53. %
  54. %───────────────────────────────────────────────────────────────────────
  55. % For ZIP and PAK you can/must supply the version numbers. This is be-
  56. % cause MTA will act different depending on the ZIP and PAK versions.
  57. %───────────────────────────────────────────────────────────────────────
  58. PAKVersion                   210
  59. ZIPVersion                   110
  60. LZHVersion                   212
  61. %
  62. %───────────────────────────────────────────────────────────────────────
  63. % You can also supply a (de)compressor of your own. Please read the do-
  64. % cumentation on this subject. An example (commented out) with PKZIP is
  65. % supplied.
  66. %───────────────────────────────────────────────────────────────────────
  67. % OwnCompressPath            C:\SYS\ARC\PKZIP.EXE Y SWAP
  68. % OwnCompressCall            -a %1 *.*
  69. % OwnCompressLowErrorRC      1
  70. % OwnDeCompressPath          C:\SYS\ARC\PKUNZIP.EXE N SWAP
  71. % OwnDecompressCall          -x %1
  72. % OwnDeCompressLowErrorRC    1
  73. % OwnExtension               RVH
  74. % OwnRecursive
  75. %
  76. %
  77. %
  78. %───────────────────────────────────────────────────────────────────────
  79. % Destination options. These options will decide the DEFAULT behaviour
  80. % of MTA when converting files.
  81. %───────────────────────────────────────────────────────────────────────
  82. CompressionType               ZIP
  83. ZIPCompression               -ex
  84. ZOOCompression               h                               **NEW1455**
  85. DWCCompression                z
  86. % LZHCompression              /O-
  87. % ARJCompression              -jm
  88. PKLITECompression             -b
  89. %
  90. OriginalARJName
  91. %
  92. % Description
  93. % AutoDescription             C:\SYS\ARC\MYHEADER.ANS
  94. % OptimizeOnSize
  95. % OnlyUpgrade
  96. %
  97. %
  98. %───────────────────────────────────────────────────────────────────────
  99. % BBS options
  100. %───────────────────────────────────────────────────────────────────────
  101. FilesBBS                     Files.BBS
  102. AddFilesBBS
  103. % FilesBBSFormat             1 1 14
  104. % CarryComment                1 ##_The_MTA_Board_##
  105. % UpdateFESFiles  D:\BBS\MAI\HLD\*.FES                       **NEW1455**
  106. % UpdateTICKFiles D:\BBS\MAI\HLD\*.TIC                       **NEW1455**
  107. % UpdateUntypedFiles D:\BBS\MAI\MSG\*.MSG
  108. TickFiles E:\INBOUND\*.TIC
  109. TickFiles E:\INBOUND\*.BAD
  110. %
  111. %
  112. %───────────────────────────────────────────────────────────────────────
  113. % Various RUN-TIME options, independent of the source and target files
  114. % you convert
  115. %───────────────────────────────────────────────────────────────────────
  116. % SubstDrive FGH
  117. % StowBuffer 64000
  118. % NoSwap
  119. % SwapPath                   E:\
  120. AltDisplay
  121. % ShareWait 1200
  122. % NoArcInArc
  123. RunTime                      600
  124. WarningTime                  10
  125. SFXFiles
  126. % NoMarked
  127. % MarkHeader                 MYCONV
  128. % MarkString                 Insert_Your_ID
  129. % KeepAbnormalExtensions
  130. FreeMemory                   150000
  131. % AllDisketteFiles
  132. ReportSpecialAttributes
  133. KeepAV
  134. KeepVolLabel
  135. ForceCGA
  136. % NoMouse Window
  137. % Not4DosAware
  138. ExtendedTesting
  139. % VideoMode 3
  140. % DelOldFiles 01-1990 Ask                                    **NEW1455**
  141. % DelOldPath  E:\OLDFILES                                    **NEW1455**
  142. %
  143. %
  144. %───────────────────────────────────────────────────────────────────────
  145. % Define files to exclude from the target-files, define files to be in-
  146. % cluded in the target-files and define files to exclude from the con-
  147. % version alltogether
  148. %───────────────────────────────────────────────────────────────────────
  149. % IncludeFile                C:\ZIP\BBE.SND !
  150. % IncludeFile                C:\DOC\BPPC.CAT
  151. % IncludeFile                C:\ZIP\MTABAT.BAT AutoLarc.BAT
  152. %
  153. ExcludeFile                  !
  154. ExcludeFile                  U_READ.ME
  155. ExcludeFile                  LOGO.ASC
  156. ExcludeFile                  WHO_FROM.TXT
  157. ExcludeFile                  CRCKLIST.CRC
  158. ExcludeFile                  SAFE_OWL.COM
  159. ExcludeFile                  RUN_THIS.COM
  160. ExcludeFile                  #CRC_DIR.SEC
  161. %
  162. % DoNot                      *.A0?
  163. % DoNot                      *.A1?
  164. % DoNot                      *.A2?
  165. % DoNot                      *.A3?
  166. % DoNot                      *.A4?
  167. % DoNot                      *.A5?
  168. % DoNot                      *.A6?
  169. % DoNot                      *.A7?
  170. % DoNot                      *.A8?
  171. % DoNot                      *.A9?
  172. % DoNot                      ALLFILES.*
  173. %
  174. %
  175. %───────────────────────────────────────────────────────────────────────
  176. % Define the different EXIT's MTA supplies. Read documentation for de-
  177. % tails on the various EXIT's.
  178. %───────────────────────────────────────────────────────────────────────
  179. % ExitBeforeStart            FLASH /D
  180. % ExitBetweenConversion      C:\SYS\DIV\MTABETWE.BAT %1 %2 %3
  181. % ExitAfterCompression       MAKESFX.BAT
  182. % ExitBeforeFill             FORMAT A: /V
  183. ExitAfterFill                C:\CAT\CATDISK.EXE /F?
  184. % ExitBeforeEnd              FLASH /A
  185. %
  186. %
  187. %───────────────────────────────────────────────────────────────────────
  188. % Define the various paths MTA can (or must) use for the conversion.
  189. %───────────────────────────────────────────────────────────────────────
  190. % DefaultPath                C:\ZIP     E:\ZIP
  191. % DefaultPath                C:\ZIP\TRA
  192. % DefaultPath                C:\ZIP\MOV
  193. % QBBSPaths D:\BBS\RAX\FLSEARCH.CTL
  194. % RaPaths D:\BBS\RAX\
  195. LogPath                      D:\LOG\MTA__RUN.LOG
  196. ErrorLogPath                 D:\LOG\MTA__ERR.LOG
  197. RandomPasswordListPath       D:\LOG\MTA__PWD.LOG
  198. NormalPasswordListPath       D:\LOG\MTA__PWD.LOG
  199. % MoveToDir                  E:\ZIP\TRA
  200. % TempPath                   E:\ 300000
  201. MTATempPath                  E:\ZIP\MTA 200000
  202. MTAErrorPath                 E:\ZIP\ERR
  203. FDUTempPath                  E:\ZIP\DIS
  204. FDUTrashPath                 E:\ZIP\TRA
  205. % ITSPath                    E:\
  206. % Baudrate 2400
  207. % FossilPort 2
  208. % StoreSize
  209. %
  210. %
  211. %───────────────────────────────────────────────────────────────────────
  212. % Define Virus-scanning  McAfee's   SCAN               (1th option)
  213. %                        Thijssen's HTScan             (2th option)
  214. %                        Veldman's  TBScan             (3th option)
  215. %───────────────────────────────────────────────────────────────────────
  216. VirusScanner B 1 C:\SYS\DIV\SCAN.EXE %P /NOMEM /NOPAUSE /E
  217. % VirusScanner D 1 C:\SYS\DIV\HTSCAN.EXE %P /A /B-
  218. % VirusScanner D 1 C:\SYS\DIV\TBSCAN.COM %P -FC:\SYS\DIV\VIRSCAN.DAT -A -D -R +N -O
  219. %
  220. %
  221. %───────────────────────────────────────────────────────────────────────
  222. % Define the way MTA must touch time/date values in the new files
  223. %───────────────────────────────────────────────────────────────────────
  224. TouchHig
  225. % TouchLow
  226. % TouchCur
  227. % AcceptHighDate
  228. % IgnoreTimeComponent
  229. %
  230. %
  231. %───────────────────────────────────────────────────────────────────────
  232. % Define the LOG-style you want to use (several examples included)
  233. %───────────────────────────────────────────────────────────────────────
  234. %───────────────────────────────────────────────────────────────────────
  235. % F R O N T D O O R  <tm>  style
  236. %───────────────────────────────────────────────────────────────────────
  237. % LogStartStyleFormat        ^M----------__%D__,_MTA
  238. % LogStyleFormat             >__%T__
  239. % LogTimeFormat              hh:mm:ss
  240. % LogDateFormat              dd_nnn_yy
  241. %───────────────────────────────────────────────────────────────────────
  242. % D ' B R I D G E    <tm>  style
  243. %───────────────────────────────────────────────────────────────────────
  244. LogStyleFormat               %D_%T__MTA:_
  245. LogDateFormat                mm/dd/yy
  246. LogTimeFormat                hh:mm
  247. %───────────────────────────────────────────────────────────────────────
  248. % Q U I C K B B S    <tm> style
  249. %───────────────────────────────────────────────────────────────────────
  250. % LogStyleFormat             %D_%T__
  251. % LogDateFormat              dd-nnn-yy
  252. % LogTimeFormat              hh:mm
  253. %───────────────────────────────────────────────────────────────────────
  254. % O P U S  1 . X X   <tm> style
  255. %───────────────────────────────────────────────────────────────────────
  256. % LogStyleFormat             +_%D_%T_MTAZ_
  257. % LogDateFormat              dd_nnn
  258. % LogTimeFormat              hh:mm:ss
  259. %───────────────────────────────────────────────────────────────────────
  260. % B I N K L E Y      <tm> style
  261. %───────────────────────────────────────────────────────────────────────
  262. % LogStyleFormat             +_%D_%T_MTAZ_
  263. % LogDateFormat              dd_nnn
  264. % LogTimeFormat              hh:mm:ss
  265. %───────────────────────────────────────────────────────────────────────
  266. % F A N T A S Y           style
  267. %───────────────────────────────────────────────────────────────────────
  268. % LogStyleFormat             MTALOG__%D__%T__Executed:_
  269. % LogDateFormat              dd_nnn_yyyy
  270. % LogTimeFormat              hh:mm:ss
  271.